home *** CD-ROM | disk | FTP | other *** search
- /* mousedef.h */
-
- /* by James B. Burks (1988) */
-
- /* released into the public domain */
-
- int m_reset(void);
- void m_show_cursor(void);
- void m_hide_cursor(void);
- int m_status(int *ix, int *iy);
- int m_release(int bs, int *ix, int *iy);
- void m_graphics_cursor(int *graphptr);
- void m_cursor_set(int *ix, int *iy);
- void m_region(int hmin, int hmax, int vmin, int vmax);
- void cmouses(int *m1, int *m2, int *m3, int *m4);
-
- /* end mousedef.h */
-